Implement titlebar action settings for X11
authorMatthias Clasen <mclasen@redhat.com>
Thu, 25 Sep 2014 05:25:25 +0000 (01:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 25 Sep 2014 18:54:49 +0000 (14:54 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=729782

gdk/x11/gdksettings.c

index 86ecc2dfece1f9e256e607330ab8f4b95b3d79a8..62a4ea35f8d4d07b7dcde6743e1776df88e26e2b 100644 (file)
@@ -59,6 +59,9 @@ static const struct {
   {"Gtk/ShellShowsMenubar",   "gtk-shell-shows-menubar"},
   {"Gtk/ShellShowsDesktop",   "gtk-shell-shows-desktop"},
   {"Gtk/DecorationLayout",    "gtk-decoration-layout"},
+  {"Gtk/TitlebarDoubleClick", "gtk-titlebar-double-click"},
+  {"Gtk/TitlebarMiddleClick", "gtk-titlebar-middle-click"},
+  {"Gtk/TitlebarRightClick", "gtk-titlebar-right-click"},
   {"Gtk/DialogsUseHeader",    "gtk-dialogs-use-header"},
   {"Gtk/EnablePrimaryPaste",  "gtk-enable-primary-paste"},
   {"Gtk/RecentFilesMaxAge",   "gtk-recent-files-max-age"},